'Declaration
Public Function New( _ ByVal elements As IEnumerable(Of AECategoryElement) _ )
'Usage
Dim elements As IEnumerable(Of AECategoryElement) Dim instance As New AECategoryElementCollection(elements)
public AECategoryElementCollection( IEnumerable<AECategoryElement> elements )
public: AECategoryElementCollection( IEnumerable<AECategoryElement^>^ elements )
Parameters
- elements
- The collection to be copied from.